home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / smp.com / SHIP4.SMP < prev    next >
Text File  |  1990-09-22  |  947b  |  22 lines

  1. /* SMP1  Sprite shape and mask bitmaps created by the SPRED */
  2.  
  3. #define ship4_width  24
  4. #define ship4_height 24
  5.  
  6. unsigned char ship4_shape[] = {
  7.     0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x80,
  8.     0x00,0x01,0x80,0x00,0x03,0x00,0x00,0x07,0x00,0x00,0x0F,0x00,
  9.     0x00,0x1F,0x00,0x00,0x33,0x00,0x00,0x63,0x00,0x00,0xE3,0x00,
  10.     0x01,0xF7,0x00,0x03,0xFF,0x00,0x07,0xFF,0x00,0x0F,0xFF,0x00,
  11.     0x03,0xFF,0x00,0x00,0xFF,0x00,0x01,0xFF,0x00,0x00,0x47,0x00,
  12.     0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  13. };
  14. unsigned char ship4_mask[] = {
  15.     0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0x7F,0xFF,0xFC,0x3F,
  16.     0xFF,0xFC,0x3F,0xFF,0xF8,0x7F,0xFF,0xF0,0x7F,0xFF,0xE0,0x7F,
  17.     0xFF,0xC0,0x7F,0xFF,0x80,0x7F,0xFF,0x00,0x7F,0xFE,0x00,0x7F,
  18.     0xFC,0x00,0x7F,0xF8,0x00,0x7F,0xF0,0x00,0x7F,0xE0,0x00,0x7F,
  19.     0xF0,0x00,0x7F,0xFC,0x00,0x7F,0xFC,0x00,0x7F,0xFE,0x00,0x7F,
  20.     0xFF,0xB8,0x7F,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  21. };
  22.